projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc6c294
)
Doc fix for align-newline-and-indent
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 29 Apr 2016 20:14:05 +0000
(22:14 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 1 May 2016 17:27:09 +0000
(19:27 +0200)
* lisp/align.el (align-newline-and-indent): Mention that
alignment is done by `align' (bug#17707).
(cherry picked from commit
340a224ec3e01706112a07164da9a9f3f369a5aa
)
lisp/align.el
patch
|
blob
|
history
diff --git
a/lisp/align.el
b/lisp/align.el
index 7e439f3e073a3440dd1ab30230deceef2f87cac4..f09f57032d44a737ba74f683a18c0d7339af2dc6 100644
(file)
--- a/
lisp/align.el
+++ b/
lisp/align.el
@@
-1051,7
+1051,9
@@
to be colored."
;;;###autoload
(defun align-newline-and-indent ()
- "A replacement function for `newline-and-indent', aligning as it goes."
+ "A replacement function for `newline-and-indent', aligning as it goes.
+The alignment is done by calling `align' on the region that was
+indented."
(interactive)
(let ((separate (or (if (and (symbolp align-region-separate)
(boundp align-region-separate))